In This Topic
GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.IGdPicturePDF / GetPageThumbnail_2 Method

GetPageThumbnail_2 Method (IGdPicturePDF)

In This Topic
Syntax
'Declaration

 

<DispIdAttribute(678)>

Function GetPageThumbnail_2( _

   ByVal Width As Integer, _

   ByVal Height As Integer, _

   ByVal Red As Byte, _

   ByVal Green As Byte, _

   ByVal Blue As Byte, _

   ByVal Alpha As Byte, _

   ByVal FitToPageSize As Boolean _

) As Integer
[DispId(678)]

int GetPageThumbnail_2( 

   int Width,

   int Height,

   byte Red,

   byte Green,

   byte Blue,

   byte Alpha,

   bool FitToPageSize

)
function GetPageThumbnail_2( 

    Width: Integer;

    Height: Integer;

    Red: Byte;

    Green: Byte;

    Blue: Byte;

    Alpha: Byte;

    FitToPageSize: Boolean

): Integer; 
DispIdAttribute(678)

function GetPageThumbnail_2( 

   Width : int,

   Height : int,

   Red : byte,

   Green : byte,

   Blue : byte,

   Alpha : byte,

   FitToPageSize : boolean

) : int;
[DispId(678)]

int GetPageThumbnail_2( 

   int Width,

   int Height,

   byte Red,

   byte Green,

   byte Blue,

   byte Alpha,

   bool FitToPageSize

) 
[DispId(678)]

int GetPageThumbnail_2( 

   int Width,

   int Height,

   byte Red,

   byte Green,

   byte Blue,

   byte Alpha,

   bool FitToPageSize

) 

Parameters

Width
Height
Red
Green
Blue
Alpha
FitToPageSize
See Also

Reference

GdPicture.NET.14 (COM - ActiveX)~GdPicture14.IGdPicturePDF
IGdPicturePDF Members